inherited TipDialog: TTipDialog Left = 634 Top = 195 Caption = 'Tip' ClientHeight = 255 ClientWidth = 337 Color = clWindow OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image: TUiImage Left = 24 Top = 24 Width = 32 Height = 32 Transparent = True end object BottomBevel: TUiBevel Left = 0 Top = 210 Width = 337 Height = 2 Align = alBottom Shape = bsBottomLine Style = bsRaised end object Panel: TUiPanel Left = 72 Top = 12 Width = 249 Height = 189 BevelOuter = bvNone ParentColor = True TabOrder = 0 object TitleBevel: TUiBevel Left = 0 Top = 0 Width = 249 Height = 16 Align = alTop Shape = bsSpacer end object TitleLbl: TUiLabel Left = 0 Top = 16 Height = 13 Align = alTop Caption = '%' end object CommentsBevel: TUiBevel Left = 0 Top = 29 Width = 249 Height = 16 Align = alTop Shape = bsSpacer end object CommentsLbl: TUiLabel Left = 0 Top = 45 Width = 249 Height = 13 Align = alTop Caption = '%' WordWrap = True end end object BottomPanel: TUiPanel Left = 0 Top = 212 Width = 337 Height = 43 Align = alBottom BevelOuter = bvNone ParentBackground = False TabOrder = 1 object DontShowAgainEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Don'#39't show this tip again' TabOrder = 0 end object CloseBtn: TUiButton Left = 256 Top = 12 Cancel = True Caption = 'Close' Default = True ModalResult = 2 TabOrder = 1 AutoSize = asRight end end end